*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;}
body{background:#fff;font-size: 16px;font-family: 'Microsoft yahei';color: #666;}
.w{width:100%;max-width:1600px;margin:0 auto;padding: 0 10px;}
/*.main_W{width: 1200px;margin: 0 auto;}*/
.fl{float: left;}
.fr{float: right;}
.clear:after{content: "";display: block;clear:both;}
a{text-decoration: none;color: #787878;}
a:hover{text-decoration: none;}
.img{width: 100%;}
.zhong{margin: 0 auto;}
.center{text-align: center}
.f24{font-size: 24px;}
.f20{font-size: 20px;}
.f18{font-size: 18px;}
.f14{font-size: 14px;}
.f12{font-size: 12px;}
.hei{color:#000;}
.hei3{color:#333;}
.h888{color:#888;}
.h999{color:#999;}
.hei{color:#000;}
.bai{color:#fff;}
.cai{color: #03aeee;}
.bj_cai{background: #1c4fa4}
.alltime,.alltime *{
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
img.img_dh{
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
img.img_dh:hover{
    transform: scale(1.1,1.1);
}

.jz{
    text-align: center;
    /*font-size: 18px;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*垂直居中*/
.cz_jz{
    /*display: display;*/
    display: table-cell;
    vertical-align: middle;
}


header{
    width: 100%;
    height:100px;
    /*background: #f8f8f8;*/
    position: fixed;
    top:0;
    z-index: 99999999999;
}
header.act_h{
    background: #f8f8f8;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/*header:hover{background: #f8f8f8;}*/
.navbar-brand{
    margin-top: 30px;
    padding: 0;
    position: absolute;
    z-index: 9999;
}
.navbar-brand img{
    width: 200px;
}
.navbar-brand.navbar-brand-px{
    display: block;

}
.navbar-brand.navbar-brand-m{
    display: none;
}
.navbar-default {
    border: none;
    background: none;
}
.nav_active,.navbar-nav.nav_left>li:hover{
    color: #03aeee;
    /*border-bottom: 2px solid #cc0012;*/
}

.navbar-default .navbar-nav>li.nav_active>a{
    color: #03aeee;
}
.navbar-nav.nav_left > li > a{
    font-weight: bold;
    padding: 15px 20px;
    color: #FFFFFF;
}
header.act_h .navbar-nav.nav_left > li > a{color:#666;}
.navbar-nav.nav_left > li:hover > a {
    color: #03aeee!important;
}
.navbar-nav>li>a {
    line-height: 40px;
    font-size: 18px;
}
.navbar-nav>li{
    position: relative;
}
/*二级菜单*/
.nav_02{
    width: 126px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 9999999999;
    background: #fff;
    opacity: 0.8;
    /*padding-top: 15px;*/
    padding-right: 20px;
    padding-left: 20px;
    display: none;
    margin-bottom: 0;
    border-radius: 10px;
}
.nav_02 > li{
    line-height: 2.5em;
}
.nav_02 > li:hover > a{
    color: #03aeee;
}
.navbar-nav>li:hover > .nav_02{
    display:block;
}
.dropdown-menu{
    min-width: 100px;
}
.search{
    /*width: 80px;
    height: 72px;*/
    background: #03aeee;
    background-size: 16px;
    background-position: 50px 18px;
    border-radius: 0;
    cursor: pointer;
    /*padding-right: 20px;*/
}

.header_search{
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 24px;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 999999999;

}
.header_search .keys{
    width: 100%;
    height: 48px;
    padding-left: 4px;
    outline: none;
}
.header_search .search{
    width: 80px;
    height: 48px;
    line-height: 48px;
    padding-left: 14px;
}
.header_search .search input{
    border: none;
    background: none;
}
.header_search .search_c{
    width: 48px;
    margin-left: 30px;
    text-align: center;
    line-height: 48px;
    background: #ddd;
}
@media (min-width: 768px){
    .navbar-nav.nav_left {
        margin-left: 240px;
        margin-top: 15px;
    }
    .navbar-right-m{
        display: none;
    }
    .navbar-right{
        margin-top: 25px;
    }
    .navbar-nav > li.navbar-right-lang{
        /*width: 50px;*/
        /*height: 50px;*/
        /*border-radius: 25px;*/
        /*background: #1c4fa4;*/
    }
    .navbar-right .caret{color: #03aeee;}
    .navbar-nav > li.navbar-right-lang > a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 50px;
        color:#000;
        font-size: 16px;
    }


}
@media (max-width: 768px){
    header{
        height: 160px;
        position: unset;
    }
    /*    搜索*/
    .search.search_key{display: none}
    .header_search{
        display: block;
        background: none;
        position: unset;
    }
    .header_search .search_c{display: none;}
    .search{
        position: absolute;
        right: 0;
        top: -48px;
    }
}

footer{
    background: #000;
}
.in_contact{
    padding: 50px 0;
    /*background: #333;*/
}
.in_contact h2,.in_contact h3,.in_contact p{
    color: #fff;
    font-size: 14px;
}
.in_contact .foot_z img{
    width: 260px;
}
.in_contact .foot_z .foot_zz{font-size: 18px;}
.in_contact .foot_z p{
    font-size: 12px;
}
.foot_nav h3 a{
    color: #fff;
    font-size: 18px;
}
.foot_nav p{
    color: #e9e9e9;
}



.footer{
    /*background: #333;*/
    padding: 20px 0;
}

.footer .copy p{
    line-height: 42px;
    margin: 0;
    text-align: center;
}
footer .foot_nav{
    float: left;
    width: 20%;
}
@media (max-width: 768px){
    .navbar-toggle{
        float: none;
        margin-top: 15px;
        /*margin-left: 15px;*/
        z-index: 9999999999999999999999999;
    }
    .navbar-default .navbar-collapse{
        width: 94%;
        background: rgb(210, 210, 210);
        z-index: 99999;
        position: absolute;
        top: 72px;
    }
    .navbar-right{
        display: none;
    }
    .navbar-brand.navbar-brand-px{
        display: none;
    }
    .navbar-brand.navbar-brand-m{
        display: block;
    }
    .navbar-brand>img{
        height: auto;
    }
    .navbar-default .navbar-brand{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .navbar-default .navbar-brand img{
        margin: 0 auto;
    }
    .navbar-right-m{
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 9999999999999999999999999999999999;
    }
    .search{height: 60px}
    .in_contact h3{font-size: 20px;}
    .foot_er{text-align: center;}
    .foot_er img {width: 50%;}
    .in_contact{padding-bottom: 0;}
    .in_contact .foot_z{margin-bottom: 20px;}
    .in_contact .foot_z img {width: 100px;}
    footer .foot_z .foot_logo{float: left;}
    footer .foot_z .foot_xx{float: right;}
    footer .foot_nav{width: 50%!important;}
}
/*************TOP************************/
.suspension {
    width: 46px;
    height: 46px;
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 999;
}
.suspension .back-top {
    background-image: url(../img/top.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    margin-top: 10px;
}